RESUME MUSIC

This command will resume the specified music number if it currently paused.

  Syntax
RESUME MUSIC Music Number
  Parameters
Music Number
Integer
The music number to resume

  Returns

This command does not return a value.

  Example Code
cls
load music "happy.mp3",1
Play music 1
print "is music playing "+str$(music playing(1))
wait 1000*8
pause music 1
wait 1000*8
resume music 1
do
loop
stop music 1
end
  See also

MUSIC Commands Menu
Index